home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pbm / pbmupc.man < prev    next >
Text File  |  1995-03-17  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pbmupc(1)             AMIGA (14 March 1989)             pbmupc(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pbmupc - create a Universal Product Code bitmap
  10.  
  11.      SYNOPSIS
  12.           pbmupc [-s1|-s2] type manufac product
  13.  
  14.      DESCRIPTION
  15.           Generates a Universal Product Code symbol.  The three
  16.           arguments are: a one digit product type, a five digit
  17.           manufacturer code, and a five digit product code.  For
  18.           example, "0 72890 00011" is the code for Heineken.
  19.  
  20.           As presently configured, pbmupc produces a bitmap 230 bits
  21.           wide and 175 bits high.  The size can be altered by changing
  22.           the defines at the beginning of the program, or by running
  23.           the output through pnmenlarge or pnmscale.
  24.  
  25.      OPTIONS
  26.           The -s1 and -s2 flags select the style of UPC to generate.
  27.           The default, -s1, looks more or less like this:
  28.            ||||||||||||||||
  29.            ||||||||||||||||
  30.            ||||||||||||||||
  31.            ||||||||||||||||
  32.           0||12345||67890||5
  33.           The other style, -s2, puts the product type digit higher up,
  34.           and doesn't display the checksum digit:
  35.            ||||||||||||||||
  36.            ||||||||||||||||
  37.           0||||||||||||||||
  38.            ||||||||||||||||
  39.            ||12345||67890||
  40.  
  41.      SEE ALSO
  42.           pbm(5)
  43.  
  44.      AUTHOR
  45.           Copyright (C) 1989 by Jef Poskanzer.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.